home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / 001-100 / 001-025 / 018 / amigadisplay / sail-8.poster < prev    next >
Text File  |  1995-03-17  |  1KB  |  27 lines

  1. File: AMIGA.2557
  2. From: woods@glacier.ARPA (Don Woods)
  3. Newsgroups: net.micro.amiga
  4. Subject: SAIL font for use with AmigaDisplay
  5. Date: 28 Mar 86 09:49:35 GMT
  6. Reply-To: woods@glacier.UUCP (Don Woods)
  7. Organization: Xerox Corporation
  8. Lines: 186
  9.  
  10. In a previous posting, I sent the source for a program that lets you
  11. use the Amiga to emulate a "smart display" (well, a DataMedia 2500)
  12. talking via the serial port.  That program uses a special font, which
  13. I happen to need in order to see certain weird characters that the
  14. Stanford system generates.  You don't really need this font to use
  15. the AmigaDisplay program, but some people might find it interesting
  16. anyway.  (It also is somewhat "cleaner" than the default CLI font;
  17. all the characters have been redesigned to fit better within the
  18. character box.)
  19.  
  20. This source produces the file fonts:SAIL/8.  You'll also have to
  21. create fonts:SAIL.font.  See the ROM Kernel Manual for more info.
  22.  
  23. As with the AmigaDisplay source, this source happens to demonstrate
  24. some potentially interesting techniques.  In particular, note the
  25. section at the end where it gets around a limitation in the assembler
  26. (to wit: no iteration feature) using recursion.
  27.